home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / play / SPLibDev.lha / superplay-lib_DEV / Programmers / include / proto / spobjects.h next >
Encoding:
C/C++ Source or Header  |  1997-08-15  |  357 b   |  17 lines

  1. /*
  2. **      $VER: spobjects.h 5.1 (8.8.96)
  3. **
  4. **      prototype/pragma include for superplay.library's SPObjects
  5. **
  6. **      (C) Copyright 1994-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_SPOBJECTS_H
  11. #define PROTO_SPOBJECTS_H
  12.  
  13. #include <clib/spobjects_protos.h>
  14. #include <pragmas/spobjects_pragmas.h>
  15.  
  16. #endif /* PROTO_SPOBJECTS_H */
  17.